home *** CD-ROM | disk | FTP | other *** search
/ Klondike Gold - An Interactive History / Klondike Gold - An Interactive History.iso / gr3.dir / 00140_Script_140 < prev    next >
Text File  |  1995-11-28  |  369b  |  27 lines

  1. on exitFrame
  2.   --2
  3.   
  4.   
  5.   HL 45,30
  6.   
  7.   preLoadCast 23, 26
  8.   
  9.   if rollover(3) then
  10.     show "G002.A"
  11.   else 
  12.     if rollover(4) then
  13.       show "G002.B"
  14.     else
  15.       if rollover(5) then
  16.         show "G002.B RED"
  17.         
  18.       else
  19.        
  20.         reshow "2", "G002"
  21.         prompt2
  22.       end if
  23.     end if
  24.   end if  
  25.   go the frame
  26.   
  27. end